home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / amos / amsls496.lzh / AMOSLIST / 000030_amos-request@svcs1.digex.net_Mon Apr 15 05:51:08 1996.msg < prev    next >
Internet Message Format  |  1996-05-01  |  4KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by mail1.access.digex.net (8.6.12/8.6.12) with ESMTP id FAA08916;  for <mcox@access.digex.net> ; Mon, 15 Apr 1996 05:51:06 -0400
  2. Received: (from daemon@localhost) by svcs1.digex.net (8.6.12/8.6.12) id CAA13225 for amos-out; Mon, 15 Apr 1996 02:50:35 -0400
  3. Received: from mail1.access.digex.net (mail1-2.access.digex.net [204.91.197.3]) by svcs1.digex.net (8.6.12/8.6.12) with ESMTP id CAA13211 for <amos-list@svcs1.digex.net>; Mon, 15 Apr 1996 02:49:39 -0400
  4. Received: from conan.eds-ms.com (conan.eds-ms.com [204.240.136.11]) by mail1.access.digex.net (8.6.12/8.6.12) with SMTP id CAA29173;  for <amos-list@access.digex.net> ; Mon, 15 Apr 1996 02:49:35 -0400
  5. Received: from cicladi (cicladi.educ.di.unito.it) by conan.eds-ms.com (5.x/SMI-SVR4)
  6.     id AA01185; Mon, 15 Apr 1996 02:49:31 -0400
  7. Received: from ercole.educ.di.unito.it by cicladi (4.1/SMI-4.1)
  8.     id AA18092; Mon, 15 Apr 96 08:47:48 +0200
  9. Received: by ercole.educ.di.unito.it (4.1/SMI-4.1)
  10.     id AA17595; Mon, 15 Apr 96 08:45:23 +0200
  11. Date: Mon, 15 Apr 1996 08:45:22 +0200 (MET DST)
  12. From: Ferraris Luca <ferraril@ercole.educ.di.unito.it>
  13. To: DM9200@conrad.appstate.edu
  14. Cc: amos-list@conan.eds-ms.com
  15. Subject: Re: Scrolling Maps
  16. In-Reply-To: <01I3GBOI18PUASCQG4@conrad.appstate.edu>
  17. Message-Id: <Pine.SUN.3.91.960415083447.17570B-100000@ercole>
  18. Mime-Version: 1.0
  19. Content-Type: TEXT/PLAIN; charset=US-ASCII
  20. Status: RO
  21. X-Status: 
  22.  
  23. On Fri, 12 Apr 1996 DM9200@conrad.appstate.edu wrote:
  24.  
  25. > Luca, I had better results in a really weird system I used in Black Coast
  26. > Raider, which is a sailing game that's still in progress. For it the map
  27. > is composed of large bobs which fit together intricately over an area that's
  28. > probably about 1200 by 1200 pixels. But the screen is a standard lowres one
  29. > of 320 by 200. The weirdest thing is that it's actually quite smooth, and
  30. > does have little bobs for the sailboats which move independently of the map,
  31. > which is I think the other thing you asked about.
  32. > I'll UUE this to you (or anyone) if you want to take a look at how it's done.
  33. > You got to give me a comment back about it though! :)
  34. >
  35.  
  36. Ok, I'm quite interested...
  37.  
  38. However, here some explanations.
  39. I found a method to map a game level on the screen. I load an image with 
  40. 32x32 icons placed on. This screen is hidden. I open my level screen and 
  41. i read the map array. This procedure reads icons from the array and maps 
  42. them on the level screen copying them from the hidden screen. A procedure 
  43. called _SCROLL scrolls the screen 
  44. with the screen offset command. Scrolling is very fast and smooth but...
  45. The problem is:
  46.  
  47. I have written an AMAL string to move my ship on the level screen. When 
  48. screen is scrolled left, the ship (a bob) scrolls to the left too!!!
  49. I've tried to modify AMAL string but my ship always is moved with the screen
  50. (736x200). I don't want to use dual playfield because i have 32 colored 
  51. graphics (16 colors for background and 16 for main ship and enemies).
  52.  
  53. Have you got some ideas about a good AMAL string to move my bob without 
  54. it moves with the screen? 
  55.  
  56.  > 
  57. -Daniel > 
  58. > PS: fellow amos-lister Robert Curry and I are finishing off a unique roleplaying    game so be sure to keep an eye for it: The Dungeon from Hell!
  59.  
  60. Best regards,
  61.  
  62.                                Luca Ferraris
  63.                     e-mail: ferraril@educ.di.unito.it
  64.        http://www.di.unito.it/pub/WWW/www_student/amiga/LucaFerraris/
  65.